
/*移动端适配*/
@media screen and (max-width: 750px) {
	.container{width: 6.9rem;}
	.xs-show{display: block !important;}
	.xs-hidden{display: none !important;}
	.header {
      display: none;
    }
    
    .m-head {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 1.2rem;
      background: #fff;
      z-index: 99;
    }
    
    .m-head .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 1.2rem;
    }
    
    .m-head .logo {
      display: block;
      width: 2.16rem;
    }
    
    .m-head .logo img {
      display: block;
      width: 100%;
    }
    
    .m-head .right {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 2rem;
    }
    
    .m-head .language {
      font-size: .26rem;
      color: #333;
    }
    
    .m-head .nav {
      display: block;
      width: 0.56rem;
    }
    
    .m-language {
      position: fixed;
      right: 0;
      top: 1.2rem;
      width: 2.6rem;
      background: #fff;
      z-index: 102;
      display: none;
    }
    
    .m-language a {
      display: block;
      font-size: .26rem;
      line-height: .8rem;
      text-align: center;
      color: #333;
    }
    
    .lan-show {
      display: block;
    }
    
    .m-main {
      position: fixed;
      left: 0;
      top: 1.2rem;
      width: 100%;
      height: calc(100vh - 1.2rem);
      background: #fff;
      z-index: 101;
    }
    
    .m-main li {
      border-bottom: 1px solid #ccd2df;
    }
    
    .m-main li a {
      display: block;
      font-size: 0.3rem;
      line-height: 1rem;
      color: rgba(0, 0, 0, 0.8);
    }
    
    .header-h {
      height: 1.2rem;
    }
    
    .footer .footer-top {
      padding: .6rem 0;
      display: block;
      position: relative;
    }
    
    .footer .footer-top .topL img {
      width: 2.16rem;
    }
    
    .footer .footer-top .topL .info {
      margin-top: 6.8rem;
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .footer .footer-top .topL .info div {
      margin-bottom: .3rem;
    }
    
    .footer .footer-top .topL .share {
      margin-top: 2.1rem;
    }
    
    .footer .footer-top .topR {
      position: absolute;
      left: 0;
      top: 1.5rem;
      width: 100%;
      padding-left: 0;
      border-left: none;
    }
    
    .footer .footer-top .topR .form {
      width: 100%;
    }
    
    .footer .footer-top .topR .form h4 {
      font-size: .32rem;
      line-height: .6rem;
      font-weight: normal;
    }
    
    .footer .footer-top .topR .form .item {
      padding-top: 0;
    }
    
    .footer .footer-top .topR .form .text {
      height: .98rem;
      font-size: .26rem;
    }
    
    .footer .footer-top .topR .form textarea {
      height: 1.94rem;
      font-size: .26rem;
      padding-top: .2rem;
    }
    
    .footer .footer-top .topR .form .item-bot {
      margin-top: .4rem;
    }
    
    .footer .footer-top .topR .form .item-bot .btn {
      width: 2.92rem;
      height: .7rem;
      font-size: .24rem;
    }
    
    .footer .footer-top .topR .nav {
      position: absolute;
      left: 0;
      bottom: -8.6rem;
    }
    
    .footer .footer-top .topR .nav:nth-child(2) {
      bottom: -9.1rem;
    }
    
    .footer .footer-top .topR .nav ul {
      display: flex;
      flex-wrap: wrap;
    }
    
    .footer .footer-top .topR .nav li {
      margin-bottom: 0;
      margin-right: .2rem;
      position: relative;
    }
    
    .footer .footer-top .topR .nav li::after {
      content: '';
      width: 2px;
      height: .32rem;
      position: absolute;
      right: 0;
      top: .1rem;
      background: #fff;
    }
    
    .footer .footer-top .topR .nav li:last-child::after {
      display: none;
    }
    
    .footer .footer-top .topR .nav a {
      font-size: .28rem;
      line-height: .52rem;
      padding-right: .2rem;
    }
    
    .footer .footer-bot {
      height: auto;
      display: block;
      padding: .4rem 0 .6rem;
    }
    
    .footer .footer-bot p,
    .footer .footer-bot a {
      font-size: .24rem;
      line-height: .44rem;
    }
    
    .footer .footer-bot .policy {
      display: none;
    }
    
    .footer .cookie-pop {
      padding: .6rem 0;
    }
    
    .footer .cookie-pop .container {
      display: block;
    }
    
    .footer .cookie-pop .left {
      width: 100%;
    }
    
    .footer .cookie-pop .txt {
      font-size: .26rem;
    }
    
    .footer .cookie-pop .right {
      margin-top: .5rem;
      width: 100%;
      justify-content: space-between;
    }
    
    .footer .cookie-pop .right a {
      font-size: .28rem;
      padding: 0 .7rem;
      height: .8rem;
    }
    
    .footer .cookie-pop .right .accept-btn {
      margin-left: 0;
    }
    
    .home .swiper-banner .video,
    .home .swiper-banner video {
      height: calc(100vh - 1.2rem);
    }
    
    .home .swiper-banner .imgBg {
      height: calc(100vh - 1.2rem);
    }
    
    .home .swiper-banner .container {
      width: 92%;
      left: 4%;
      padding: .75rem 0 1.05rem;
    }
     
    .home .swiper-banner h1,
    .home .swiper-banner h2 {
      font-size: .52rem;
      line-height: .6rem;
      width: 6rem;
    }
    
    .home .swiper-banner .info {
      font-size: .3rem;
      line-height: .42rem;
      width: 6rem;
    }
    
    .home .swiper-banner .action {
      margin-top: .4rem;
    }
    
    .home .swiper-banner .action a {
      width: 2.92rem;
      height: .7rem;
      margin-right: .2rem;
      padding: 0 .3rem;
      font-size: .22rem;
    }
    
    .home .swiper-banner .action a i {
      width: .32rem;
      height: .32rem;
    }
    
    .home .swiper-banner .action a:last-child {
      padding: 0 .16rem;
    }
    
    .home .swiper-banner .swiper-button-next,
    .home .swiper-banner .swiper-button-prev {
      display: none;
    }
    
    .home .about-box {
      padding: .6rem 0 .8rem;
    }
    
    .home .about-box .container {
      display: block;
    }
    
    .home .about-box .info {
      flex-direction: column-reverse;
    }
    
    .home .about-box .info .pic {
      width: 5.26rem;
      margin: 0 auto .45rem;
    }
    
    .home .about-box .info li {
      font-size: .26rem;
      line-height: .4rem;
      margin-bottom: .2rem;
      padding-left: .32rem;
    }
    
    .home .about-box .info li::before {
      width: .08rem;
      height: .08rem;
      top: .16rem;
    }
    
    .home .about-box .num-list {
      margin-top: .7rem;
      padding-top: .7rem;
    }
    
    .home .about-box .num-list p {
      width: 1.8rem !important;
    }
    
    .home .about-box .read-more {
      margin-top: .5rem;
    }
    
    .home .customer-box {
      padding: .8rem 0;
    }
    
    .home .customer-box .container {
      display: block;
    }
    
    .home .customer-box .swiper-case {
      padding-bottom: .5rem;
      height: 2.5rem;
    }
    
    .home .customer-box .swiper-case .swiper-slide {
      height: 2.5rem;
    }
    
    .home .customer-box .swiper-case .swiper-slide .box {
      height: 2.5rem;
    }
    
    .home .customer-box .swiper-case .swiper-slide .box::before {
      border-width: 2px;
    }
    
    .home .customer-box .swiper-case .swiper-slide .main {
      padding: .4rem;
    }
    
    .home .customer-box .swiper-case .swiper-slide .name {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .home .customer-box .swiper-case .swiper-slide .txt {
      font-size: .26rem;
      line-height: .44rem;
      margin-top: .1rem;
    }
    
    .home .customer-box .swiper-case .swiper-button-next,
    .home .customer-box .swiper-case .swiper-button-prev {
      display: none;
    }
    
    .home .customer-box .swiper-case .swiper-pagination {
      display: flex;
      justify-content: center;
      bottom: 0;
    }
    
    .home .customer-box .swiper-case .swiper-pagination .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
      background: #AFBAC7;
    }
    
    .home .customer-box .swiper-case .swiper-pagination .swiper-pagination-bullet-active {
      background: #E60011;
    }
    
    .home .solution-box {
      padding: .8rem 0;
    }
    
    .home .solution-box .top {
      display: block;
    }
    
    .home .solution-box .info {
      font-size: .26rem;
      line-height: .44rem;
      width: 100%;
    }
    
    .home .solution-box .swiper-accord {
      margin-top: .5rem;
    }
    
    .home .solution-box .swiper-accord .imgBg {
      position: relative;
      height: 3.68rem;
    }
    
    .home .solution-box .swiper-accord .imgBg::before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.26);
      z-index: 5;
      position: absolute;
      left: 0;
      top: 0;
    }
    
    .home .solution-box .swiper-accord .imgBg .box {
      position: absolute;
      left: 0;
      top: 1.06rem;
      width: 100%;
      z-index: 10;
    }
    
    .home .solution-box .swiper-accord .imgBg .img {
      height: .96rem;
    }
    
    .home .solution-box .swiper-accord .imgBg .img img {
      display: block;
      height: .96rem;
      margin: 0 auto;
    }
    
    .home .solution-box .swiper-accord .imgBg .name {
      text-align: center;
      font-size: .26rem;
      line-height: .4rem;
      font-weight: bold;
      color: #fff;
      margin-top: .2rem;
    }
    
    .home .solution-box .swiper-accord .txt {
      font-size: .26rem;
      line-height: .44rem;
      color: rgba(0, 0, 0, 0.6);
      margin-top: .4rem;
    }
    
    .home .solution-box .swiper-accord .links {
      margin-top: .48rem;
    }
    
    .home .solution-box .swiper-accord .links a {
      display: flex;
      align-items: center;
      font-size: .24rem;
      line-height: .36rem;
      margin-bottom: .2rem;
      color: rgba(0, 0, 0, 0.6);
    }
    
    .home .solution-box .swiper-accord .links a i {
      display: block;
      width: .36rem;
      height: .36rem;
      margin-left: .14rem;
      background: url("../../assets/images/arrowRB.png") no-repeat;
      background-size: cover;
    }
    
    .home .solution-box .swiper-accord .swiper-pagination {
      display: flex;
      justify-content: center;
      width: 100%;
      top: 3.2rem;
    }
    
    .home .solution-box .swiper-accord .swiper-pagination .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
      background: #AFBAC7;
    }
    
    .home .solution-box .swiper-accord .swiper-pagination .swiper-pagination-bullet-active {
      background: #E60011;
    }
    
    .home .product-box {
      padding: .8rem 0;
    }
    
    .home .product-box .container {
      display: block;
    }
    
    .home .product-box .nav li {
      margin-right: .5rem;
      font-size: .28rem;
      line-height: .8rem;
    }
    
    .home .product-box .item-flex {
      flex-direction: column-reverse;
    }
    
    .home .product-box .img {
      width: 5.24rem;
      height: 4.96rem;
      margin: 0 auto;
    }
    
    .home .product-box .img img {
      max-height: 4.96rem;
    }
    
    .home .product-box .info {
      width: 100%;
      margin-top: .72rem;
    }
    
    .home .product-box .info .name {
      font-size: .38rem;
      line-height: .58rem;
    }
    
    .home .product-box .info .tips {
      font-size: .26rem;
      line-height: .36rem;
    }
    
    .home .product-box .info .list {
      margin-top: .32rem;
      padding-bottom: .16rem;
      flex-wrap: wrap;
    }
    
    .home .product-box .info .list .step {
      margin-bottom: .3rem;
      margin-right: .36rem;
      padding-right: .36rem;
    }
    
    .home .product-box .info .list .step:nth-child(3), .home .product-box .info .list .step:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
    }
    
    .home .product-box .info .list p {
      font-size: .24rem;
      line-height: .34rem;
    }
    
    .home .product-box .info .list .num {
      font-size: .34rem;
      left: .44rem;
      margin-top: .1rem;
    }
    
    .home .product-box .info .list .num span {
      font-weight: normal;
      font-size: .34rem;
    }
    
    .home .product-box .swiper-product .swiper-pagination-bullets {
      width: 100%;
      left: auto;
      right: 0;
      bottom: auto;
      top: 5.2rem;
    }
    
    .home .product-box .swiper-product .swiper-pagination-bullets .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
    }
    
    .home .news-box {
      padding: .8rem 0;
    }
    
    .home .news-box .container {
      display: block;
    }
    
    .home .news-box ul {
      display: block;
    }
    
    .home .news-box ul li {
      width: 100%;
      margin-bottom: .4rem;
    }
    
    .home .news-box ul .name {
      font-size: .32rem;
      line-height: .42rem;
      font-weight: normal;
    }
    
    .home .news-box ul .time {
      font-size: .24rem;
      margin-top: .1rem;
      line-height: .32rem;
      font-weight: normal;
    }
    
    .home .news-box ul .txt {
      font-size: .24rem;
      line-height: .36rem;
      margin-top: .2rem;
    }
    
    .home .news-box ul .more {
      display: none;
    }
    
    .solution .sub-banner .nav {
      height: 1rem;
      overflow: hidden;
    }
    
    .solution .sub-banner .nav a {
      font-size: .3rem;
      line-height: 1rem;
      margin-right: .4rem;
    }
    
    .solution .sub-banner .nav a:last-child {
      margin-right: 0;
    }
    
    .solution .introduce-box {
      padding: .8rem 0;
    }
    
    .solution .introduce-box .container,
    .solution .introduce-box .right {
      display: block;
    }
    
    .solution .introduce-box .imgBg {
      width: 100%;
      height: 5.95rem;
    }
    
    .solution .introduce-box .main {
      padding: .4rem .3rem;
      height: auto;
      width: 100%;
    }
    
    .solution .introduce-box .main .name {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .solution .introduce-box .main .info {
      font-size: .26rem;
      line-height: .44rem;
      margin-top: .3rem;
    }
    
    .solution .program-box {
      padding: .8rem 0;
    }
    
    .solution .program-box .container {
      display: block;
    }
    
    .solution .program-box .info {
      font-size: .26rem;
      line-height: .44rem;
      width: 100%;
    }
    
    .solution .program-box .list {
      display: block;
    }
    
    .solution .program-box .item {
      width: 100%;
      margin: .6rem 0 0 0;
    }
    
    .solution .program-box .item .img {
      width: .8rem;
      height: .8rem;
    }
    
    .solution .program-box .item .img img {
      max-height: .8rem;
    }
    
    .solution .program-box .item .name {
      font-size: .28rem;
      line-height: .48rem;
      max-width: none;
    }
    
    .solution .program-box .item .txt {
      margin-top: .3rem;
      font-size: .24rem;
      line-height: .42rem;
    }
    
    .solution .typical-box {
      padding: .8rem 0;
    }
    
    .solution .typical-box .container {
      display: block;
    }
    
    .solution .typical-box .swiper-typical {
      padding-bottom: .8rem;
      height: 8rem;
    }
    
    .solution .typical-box .swiper-typical a {
      height: 8rem;
      padding: .3rem .3rem 0;
    }
    
    .solution .typical-box .swiper-typical .name {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .solution .typical-box .swiper-typical .txt {
      font-size: .26rem;
      line-height: .44rem;
    }
    
    .solution .typical-box .swiper-typical .img {
      height: 4.2rem;
      margin-top: .3rem;
    }
    
    .solution .typical-box .swiper-typical .img img {
      max-height: 4.2rem;
    }
    
    .solution .typical-box .swiper-typical .more {
      left: .3rem;
      width: calc(100% - .6rem);
      height: .8rem;
      font-size: .26rem;
    }
    
    .solution .typical-box .swiper-typical .more i {
      width: .3rem;
      height: .3rem;
    }
    
    .solution .case-box {
      padding: .8rem 0;
    }
    
    .solution .case-box .container {
      display: block;
    }
    
    .solution .case-box .right {
      width: 100%;
    }
    .solution .case-box .bg-main{
        padding: .3rem;
        display: block;
    }
    .solution .case-box .bg-main::before{
        height: 100%;
    }
    
    .solution .case-box .swiper-gallery{
        width: 100%;
        padding-bottom: 0;
    }
    .solution .case-box .swiper-gallery .swiper-button-next, 
    .solution .case-box .swiper-gallery .swiper-button-prev{display: none;}
    .solution .case-box .swiper-gallery .pic{
        height: 4.02rem;
    }
    .solution .case-box .swiper-gallery .imgBg{
        height: 4.02rem;
    }
    .solution .case-box .swiper-gallery .name{
        font-size: .28rem;
        margin-top: .3rem;
    }
    .solution .case-box .swiper-thumbs{
        width:100%;
        height: 1.14rem;
        margin-top: .5rem;
    }
    
    
    
    .solution .case-box .swiper-case {
      padding-bottom: .8rem;
      height: 2.5rem;
    }
    
    .solution .case-box .swiper-case .swiper-slide {
      height: 2.5rem;
    }
    
    .solution .case-box .swiper-case .swiper-slide .box {
      height: 2.5rem;
    }
    
    .solution .case-box .swiper-case .swiper-slide .box::before {
      border-width: 2px;
    }
    
    .solution .case-box .swiper-case .swiper-slide .main {
      padding: .4rem;
    }
    
    .solution .case-box .swiper-case .swiper-slide .name {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .solution .case-box .swiper-case .swiper-slide .txt {
      font-size: .26rem;
      line-height: .44rem;
      margin-top: .1rem;
    }
    
    .solution .case-box .read-more {
      right: auto;
      left: 0;
    }
    
    .solution .swiper-container .swiper-button-next,
    .solution .swiper-container .swiper-button-prev {
      display: none;
    }
    
    .solution .swiper-container .swiper-pagination {
      display: flex;
      justify-content: center;
      bottom: 0;
    }
    
    .solution .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
      background: #AFBAC7;
    }
    
    .solution .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
      background: #E60011;
    }
    
    .product .product-banner {
      height: 6rem;
    }
    
    .product .product-banner .nav {
      height: 1rem;
    }
    
    .product .product-banner .nav a {
      font-size: .3rem;
      line-height: 1rem;
      margin-right: .4rem;
    }
    
    .product .product-banner .nav a:last-child {
      margin-right: 0;
    }
    
    .product .adv-box {
      padding: .8rem 0;
    }
    
    .product .adv-box .top {
      display: block;
    }
    
    .product .adv-box .info {
      width: 100%;
      font-size: .26rem;
      line-height: .44rem;
    }
    
    .product .adv-main {
      margin-top: .5rem;
      display: block;
    }
    
    .product .adv-main .adv-right {
      width: 100%;
      margin-top: .5rem;
      height: auto;
      padding: .6rem .5rem;
      display: block;
    }
    
    .product .adv-main .box .item {
      margin-bottom: .3rem;
    }
    
    .product .adv-main .box .name {
      font-size: .3rem;
      line-height: 1.5;
    }
    
    .product .adv-main .box .num {
      width: .42rem;
      height: .42rem;
      margin-right: .1rem;
      font-size: .2rem;
    }
    
    .product .adv-main .box .txt {
      padding-left: .52rem;
      margin-top: .2rem;
      font-size: .26rem;
    }
    
    .product .swiper-adv {
      width: 100%;
      height: 6.5rem;
      padding-bottom: .5rem;
    }
    
    .product .swiper-adv .swiper-slide .imgBg {
      height: 6.5rem;
    }
    
    .product .swiper-adv .swiper-button-next,
    .product .swiper-adv .swiper-button-prev {
      display: none;
    }
    
    .product .swiper-adv .swiper-pagination {
      display: flex;
      justify-content: center;
      bottom: 0;
    }
    
    .product .swiper-adv .swiper-pagination .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
      background: #AFBAC7;
    }
    
    .product .swiper-adv .swiper-pagination .swiper-pagination-bullet-active {
      background: #E60011;
    }
    
    .product .pro-box {
      padding: .8rem 0;
    }
    
    .product .pro-box .swiper-pro {
      margin-top: .5rem;
      padding-bottom: .5rem;
    }
    
    .product .pro-box .swiper-pro .swiper-slide .name {
      font-size: .32rem;
      line-height: .52rem;
    }
    
    .product .pro-box .swiper-pro .swiper-slide .img {
      height: 4.2rem;
    }
    
    .product .pro-box .swiper-pro .swiper-slide .img img {
      max-height: 4.2rem;
    }
    
    .product .pro-box .swiper-pro .swiper-button-next,
    .product .pro-box .swiper-pro .swiper-button-prev {
      display: none;
    }
    
    .product .pro-box .swiper-pro .swiper-pagination {
      display: flex;
      justify-content: center;
      width: 100%;
      bottom: 0;
    }
    
    .product .pro-box .swiper-pro .swiper-pagination .swiper-pagination-bullet {
      width: .12rem;
      height: .12rem;
      margin: 0 .12rem;
      background: #AFBAC7;
    }
    
    .product .pro-box .swiper-pro .swiper-pagination .swiper-pagination-bullet-active {
      background: #E60011;
    }
    
    .product .pro-box .list {
      margin-top: .5rem;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    
    .product .pro-box .list .item {
      text-align: left;
      padding-right: .36rem;
      margin-right: .36rem;
      margin-bottom: .3rem;
    }
    
    .product .pro-box .list .item:nth-child(3) {
      border-right: none;
      margin-right: 0;
      padding-right: 0;
    }
    
    .product .pro-box .list .item:last-child {
      border-right: none;
    }
    
    .product .pro-box .list p {
      font-size: .24rem;
      line-height: .34rem;
    }
    
    .product .pro-box .list .num {
      font-size: .34rem;
      left: .44rem;
      margin-top: .1rem;
    }
    
    .product .pro-box .list .num span {
      font-weight: normal;
      font-size: .34rem;
    }
    
    .product .pro-box .read-more {
      margin: .4rem 0 0;
    }
    
    .innovation .technology-box {
      padding: 0.8rem 0;
    }
    
    .innovation .technology-box .top {
      display: block;
    }
    
    .innovation .technology-box .info {
      font-size: 0.26rem;
      line-height: 0.44rem;
      width: 100%;
    }
    
    .innovation .technology-box .nav {
      margin-top: 0.4rem;
    }
    
    .innovation .technology-box .nav li {
      font-size: 0.28rem;
      line-height: 0.6rem;
      margin-right: 0.4rem;
    }
    
    .innovation .technology-box .nav li:last-child {
      margin-right: 0;
    }
    
    .innovation .technology-box .tabs {
      margin-top: 0.6rem;
    }
    
    .innovation .technology-box .swiper-tech {
      padding-bottom: 1.2rem;
      height: auto;
    }
    
    .innovation .technology-box .swiper-tech .swiper-slide {
      flex-direction: column-reverse;
    }
    
    .innovation .technology-box .swiper-tech .imgBg {
      width: 100%;
      height: 4.02rem;
    }
    
    .innovation .technology-box .swiper-tech .main {
      width: 100%;
      height: auto;
      padding: 0.3rem;
    }
    
    .innovation .technology-box .swiper-tech .name {
      font-size: 0.28rem;
      line-height: 0.46rem;
    }
    
    .innovation .technology-box .swiper-tech .txt {
      font-size: 0.26rem;
      line-height: 0.44rem;
      margin-top: 0.2rem;
    }
    
    .innovation .technology-box .swiper-tech .swiper-button-next,
    .innovation .technology-box .swiper-tech .swiper-button-prev {
      width: 0.6rem;
      height: 0.6rem;
    }
    
    .innovation .technology-box .swiper-tech .swiper-button-next i,
    .innovation .technology-box .swiper-tech .swiper-button-prev i {
      width: 0.3rem;
      height: 0.3rem;
    }
    
    .innovation .technology-box .swiper-tech .swiper-button-next {
      margin-left: calc(0.6rem + 4px);
    }
    
    .innovation .qualtily-box {
      padding: 0.8rem 0;
    }
    
    .innovation .qualtily-box .container {
      display: block;
    }
    
    .innovation .qualtily-box .nav .item {
      font-size: 0.3rem;
      margin-right: 0.8rem;
      line-height: 0.8rem;
      padding-bottom: .2rem;
    }
    
    .innovation .qualtily-box .info {
      font-size: 0.26rem;
      line-height: 0.44rem;
      margin-top: .6rem;
    }
    
    .innovation .qualtily-box .info p {
      padding-left: 0.2rem;
      font-size: .26rem;
      line-height: .44rem;
      margin-bottom: .3rem;
    }
    
    .innovation .qualtily-box .info p::before {
      width: 0.1rem;
      height: 0.1rem;
      top: 0.17rem;
    }
    
    .innovation .qualtily-box .pic {
      margin-top: 0.5rem;
      width: 100%;
    }
    
    .innovation .qualtily-box .swiper-qualtily {
      width: 100%;
      margin-top: .5rem;
    }
    
    .innovation .qualtily-box .swiper-qualtily .player {
      width: .8rem;
      height: .8rem;
    }
    
    .innovation .qualtily-box .swiper-qualtily .swiper-button-next,
    .innovation .qualtily-box .swiper-qualtily .swiper-button-prev {
      width: 0.6rem;
      height: 0.6rem;
    }
    
    .innovation .qualtily-box .swiper-qualtily .swiper-button-next i,
    .innovation .qualtily-box .swiper-qualtily .swiper-button-prev i {
      width: 0.3rem;
      height: 0.3rem;
    }
    
    .innovation .qualtily-box .swiper-qualtily .swiper-button-next {
      margin-left: calc(0.6rem + 4px);
    }
    
    .innovation .manu-box {
      padding: 0.8rem 0;
    }
    
    .innovation .manu-box .container {
      display: block;
    }
    
    .innovation .manu-box .nav li {
      font-size: 0.3rem;
      margin-right: 0.8rem;
      line-height: 0.8rem;
    }
    
    .innovation .manu-box .tabs {
      margin-top: 0.6rem;
    }
    
    .innovation .manu-box .tabs .content {
      font-size: 0.26rem;
      line-height: 0.44rem;
    }
    
    .innovation .manu-box .tabs .player {
      width: .8rem;
      height: .8rem;
    }
    
    .load-main {
      padding: .6rem 0 .8rem;
    }
    
    .load-main .container {
      display: block;
    }
    
    .load-main .nav {
      width: 100%;
    }
    
    .load-main .nav li {
      padding: .3rem 0;
    }
    
    .load-main .nav li a {
      font-size: .24rem;
      line-height: .4rem;
      margin-top: .2rem;
    }
    
    .load-main .nav li a i {
      width: .24rem;
      height: .24rem;
      margin-right: .1rem;
    }
    
    .load-main .nav li .link,
    .load-main .nav li .title {
      font-size: .28rem;
      line-height: .48rem;
    }
    
    .load-main .nav li:last-child {
      border-bottom: 1px solid #CCD2DF;
    }
    
    .load-main .load-right {
      width: 100%;
      padding-top: .8rem;
    }
    
    .load-main .load-right .download-list {
      padding-left: 0;
    }
    
    .load-main .load-right .download-list::before {
      display: none;
    }
    
    .load-main .load-right .download-list ul {
      margin-top: .6rem;
    }
    
    .load-main .load-right .download-list li {
      width: 48%;
      height: auto;
      margin: 0 4% .4rem 0 !important;
    }
    
    .load-main .load-right .download-list li:nth-child(2n) {
      margin-right: 0 !important;
    }
    
    .load-main .load-right .download-list li .view {
      height: 2.3rem;
    }
    
    .load-main .load-right .download-list .main {
      height: 1.2rem;
      padding: .3rem .2rem 0;
    }
    
    .load-main .load-right .download-list .main .name {
      font-size: .26rem;
      line-height: .44rem;
      width: 100%;
    }
    
    .load-main .load-right .download-list .main .load {
      display: none;
    }
    
    .load-main .load-right .download-list .main .preview {
      display: none;
    }
    
    .load-main .load-right .download-list .list {
      margin-top: .2rem;
      padding: 0 .2rem;
    }
    
    .load-main .load-right .download-list .list a {
      font-size: .24rem;
      margin: 0 .2rem .2rem 0;
      padding: 0 .1rem;
    }
    
    .load-main .load-right .download-list .list a:nth-child(3n) {
      margin-right: 0;
    }
    
    .load-main .load-right .download-list .list a i {
      width: .36rem;
      height: .36rem;
      background-size: .36rem .72rem;
      margin-left: .1rem;
    }
    
    .load-main .load-right .title {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .new-main {
      padding: .8rem 0;
    }
    
    .new-main .news-list li {
      margin-bottom: .4rem;
      padding-bottom: .4rem;
    }
    
    .new-main .news-list a {
      display: block;
    }
    
    .new-main .news-list .pic {
      width: 100%;
      height: 4.5rem;
    }
    
    .new-main .news-list .pic .imgBg {
      height: 4.5rem;
    }
    
    .new-main .news-list .main {
      width: 100%;
      height: auto;
    }
    
    .new-main .news-list .main .name {
      font-size: .3rem;
      line-height: .4rem;
    }
    
    .new-main .news-list .main .date {
      font-size: .22rem;
      line-height: .42rem;
      margin-top: .1rem;
    }
    
    .new-main .news-list .main .txt {
      font-size: .26rem;
      line-height: .42rem;
      margin-top: .2rem;
    }
    
    .new-main .news-list .main .more {
      position: static;
      font-size: .24rem;
      margin-top: .3rem;
    }
    
    .newsDet .sub-banner .main {
      padding-bottom: .4rem;
    }
    
    .newsDet .info .date {
      font-size: .22rem;
      line-height: .42rem;
    }
    
    .newsDet .info .title {
      font-size: .28rem;
      line-height: .44rem;
      width: 100%;
      margin-top: .2rem;
    }
    
    .newsDet .info .back {
      position: static;
      width: 2.6rem;
      height: .6rem;
      margin-top: .2rem;
    }
    
    .newsDet .info .back i {
      width: .3rem;
      height: .3rem;
      margin-right: .1rem;
    }
    
    .newsDet .newsDet-main {
      padding: .8rem 0;
    }
    
    .newsDet .newsDet-main .content {
      width: 100%;
      font-size: .26rem;
      line-height: .44rem;
    }
    
    .newsDet .newsDet-main .content p {
      margin-bottom: .2rem;
      font-size: .26rem;
    }
    
    .about {
      position: relative;
    }
    
    .about .company-box {
      padding: .8rem 0;
    }
    
    .about .company-box .top {
      display: block;
    }
    
    .about .company-box .nav {
      overflow-x: scroll;
    }
    
    .about .company-box .nav li {
      font-size: .28rem;
      line-height: .6rem;
      margin-right: .4rem;
    }
    
    .about .company-box .nav li:last-child {
      margin-right: 0;
    }
    
    .about .company-box .tabs {
      margin-top: .5rem;
    }
    
    .about .company-box .main {
      display: block;
    }
    
    .about .company-box .imgBg {
      width: 100%;
      height: 4.92rem;
    }
    
    .about .company-box .box {
      width: 100%;
      height: auto;
      padding: .6rem;
    }
    
    .about .company-box .box .name {
      font-size: .3rem;
      line-height: .4rem;
    }
    
    .about .company-box .box .txt {
      margin-top: .4rem;
    }
    
    .about .company-box .box p {
      font-size: .24rem;
      line-height: .34rem;
      margin-bottom: .1rem;
    }
    
    .about .company-box .num-list {
      margin-top: .4rem;
      flex-wrap: wrap;
      padding: 0 .4rem;
    }
    
    .about .company-box .num-list .step{
        width: 50%;
        margin:0 0 .3rem !important;
    }
    
    .about .company-box .num-list .step p {
      max-width: 1.8rem;
    }
    
    .about .vision-box {
      padding: .8rem 0;
    }
    
    .about .vision-box .container {
      display: block;
    }
    
    .about .vision-box .info {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .about .vision-box .pic {
      margin-top: .4rem;
    }
    
    .about .sustainable-box {
      padding: .8rem 0;
    }
    
    .about .sustainable-box .container {
      display: block;
    }
    
    .about .sustainable-box .right {
      flex-direction: column-reverse;
    }
    
    .about .sustainable-box .nav {
      flex-direction: row;
      justify-content: flex-start;
      width: 100%;
      overflow-x: scroll;
    }
    
    .about .sustainable-box .nav li {
      padding: 0;
      border-bottom: none;
      flex: none;
      width: auto;
      margin-right: .4rem;
    }
    
    .about .sustainable-box .nav p {
      font-size: .28rem;
      line-height: .38rem;
      padding: 0 0 .2rem;
    }
    
    .about .sustainable-box .nav .active {
      border-bottom: 2px solid #E60011;
    }
    
    .about .sustainable-box .nav .active .pic {
      display: none;
    }
    
    .about .sustainable-box .tabs {
      width: 100%;
      margin-top: .3rem;
    }
    
    .about .sustainable-box .tabs .imgBg {
      height: 6.2rem;
    }
    
    .about .sustainable-box .tabs .main {
      padding: .6rem .4rem;
    }
    
    .about .sustainable-box .tabs .main .name {
      font-size: .32rem;
      line-height: .42rem;
    }
    
    .about .sustainable-box .tabs .main .txt {
      margin-top: .4rem;
      font-size: .26rem;
      line-height: .36rem;
    }
    
    .about .sustainable-box .tabs .main .view {
      left: .4rem;
      bottom: .4rem;
      width: 2.6rem;
      height: .6rem;
      font-size: .28rem;
      padding: 0 .2rem;
    }
    
    .about .sustainable-box .tabs .main .view i {
      width: .3rem;
      height: .3rem;
    }
    
    .about .global-box {
      background: none;
      height: auto;
      padding: .8rem 0;
    }
    
    .about .global-box .title {
      font-size: .32rem;
      color: rgba(0, 0, 0, 0.8);
    }
    
    .about .global-box .main {
      display: none;
    }
    
    .about .global-box .m-pic {
      display: block;
      margin-top: .5rem;
    }
    
    .about .global-box .m-pic img {
      display: block;
      width: 100%;
    }
    
    .case-main {
      padding: .6rem 0 .8rem;
    }
    
    .case-main .container {
      display: block;
    }
    
    .case-main .case-list {
      padding-bottom: .6rem;
    }
    
    .case-main .case-list li {
      float: none;
      width: 100%;
      margin-right: 0 !important;
      height: 2.5rem;
    }
    
    .case-main .case-list li::before {
      border-width: 2px;
    }
    
    .case-main .case-list li .main {
      padding: .4rem;
    }
    
    .case-main .case-list li .name {
      font-size: .3rem;
      line-height: .5rem;
    }
    
    .case-main .case-list li .txt {
      font-size: .26rem;
      line-height: .44rem;
      margin-top: .1rem;
    }
    
    .sustain .goals-box {
      padding: .8rem 0;
    }
    
    .sustain .goals-box .main {
      display: block;
      margin-top: .3rem;
    }
    
    .sustain .goals-box .box {
      width: 100%;
      height: auto;
      padding: .6rem .4rem;
    }
    
    .sustain .goals-box .box .txt {
      width: 100%;
    }
    
    .sustain .goals-box .box p {
      font-size: .26rem;
      margin-bottom: .2rem;
    }
    
    .sustain .goals-box .swiper-goals {
      width: 100%;
      margin-top: .5rem;
    }
    
    .sustain .goals-box img {
      height: 3.6rem;
    }
    
    .sustain .goals-box .player {
      width: .64rem;
      height: .64rem;
    }
    
    .sustain .esg-box {
      padding: .8rem 0;
    }
    
    .sustain .esg-box .nav {
      display: flex;
      width: 100%;
    }
    
    .sustain .esg-box .nav .item {
      font-size: .3rem;
      margin-right: .4rem;
      line-height: .8rem;
    }
    
    .sustain .esg-box .main {
      margin-top: .5rem;
      display: block;
    }
    
    .sustain .esg-box .right {
      width: 100%;
      margin-top: .3rem;
      padding: .3rem;
      box-sizing: border-box;
    }
    
    .sustain .esg-box .esg-pics {
      display: none;
    }
    
    .sustain .swiper-esg {
      width: 100%;
      height: auto;
      padding-bottom: .8rem;
    }
    
    .sustain .swiper-esg .rol {
      display: block;
    }
    
    .sustain .swiper-esg .pic {
      width: 100%;
    }
    
    .sustain .swiper-esg .pic img {
      height: auto;
    }
    
    .sustain .swiper-esg .box {
      width: 100%;
      padding-top: .3rem;
    }
    
    .sustain .swiper-esg .title {
      font-size: .36rem;
    }
    
    .sustain .swiper-esg .txt {
      font-size: .26rem;
      margin-top: .2rem;
    }
    
    .sustain .swiper-esg .swiper-button-next,
    .sustain .swiper-esg .swiper-button-prev {
      left: .3rem;
      bottom: 0;
      width: .6rem;
      height: .6rem;
    }
    
    .sustain .swiper-esg .swiper-button-next i,
    .sustain .swiper-esg .swiper-button-prev i {
      width: .36rem;
      height: .36rem;
    }
    
    .sustain .swiper-esg .swiper-button-next {
      left: .8rem;
    }
    
    .sustain .green-box {
      padding: .8rem 0;
    }
    
    .sustain .green-box .container {
      display: block;
    }
    
    .sustain .green-box .right {
      width: 100%;
    }
    
    .sustain .green-box .nav {
      overflow-x: auto;
    }
    
    .sustain .green-box .nav li {
      flex: none;
      margin-right: .4rem;
      line-height: .8rem;
      font-size: .26rem;
    }
    
    .sustain .green-box .txt {
      font-size: .26rem;
      margin-top: .5rem;
    }
    
    .sustain .swiper-green {
      margin-top: .5rem;
    }
    
    .sustain .supply-box {
      padding: .8rem 0;
    }
    
    .sustain .supply-box .top {
      display: block;
    }
    
    .sustain .supply-box .nav {
      margin-left: 0;
      overflow-x: auto;
    }
    
    .sustain .supply-box .nav li {
      flex: none;
      margin-right: .4rem;
      font-size: .26rem;
      line-height: .8rem;
    }
    
    .sustain .supply-box .main {
      padding-bottom: .6rem;
      border-bottom-width: 1px;
    }
    
    .sustain .supply-box .txt {
      margin-top: .3rem;
      width: 100%;
      font-size: .26rem;
    }
    
    .sustain .swiper-supply {
      margin-top: .5rem;
    }
    
    .sustain .news-box {
      padding: .8rem 0;
    }
    
    .sustain .news-box .main {
      display: block;
    }
    
    .sustain .news-box .right {
      width: 100%;
    }
    
    .sustain .news-box ul {
      display: block;
    }
    
    .sustain .news-box li {
      width: 100%;
      margin: 0 0 .5rem;
    }
    
    .sustain .news-box .img,
    .sustain .news-box img {
      height: 4.48rem;
    }
    
    .sustain .news-box .name {
      font-size: .36rem;
      line-height: 1.5;
      margin-top: .3rem;
    }
    
    .sustain .news-box .time {
      font-size: .24rem;
      line-height: 1.2;
      margin-top: .2rem;
    }
    
    .sustain .news-box .txt {
      font-size: .26rem;
      line-height: 1.75;
      margin-top: .3rem;
    }
    
    .sustain .news-box .more {
      margin-top: .3rem;
      font-size: .26rem;
    }
    
    .sustain .news-box .more i {
      width: .32rem;
      height: .32rem;
      margin-left: .2rem;
    }
    
    .sustain .load-box {
      height: auto;
      padding: .8rem 0;
    }
    
    .sustain .swiper-load {
      width: 7.2rem;
      margin: 0;
      padding-bottom: .6rem;
    }
    
    .sustain .swiper-load .swiper-slide {
      width: 4.2rem;
    }
    
    .sustain .swiper-load .pic {
      height: 5.8rem;
    }
    
    .sustain .swiper-load .pic img {
      height: 5.8rem;
    }
    
    .sustain .swiper-load .load-icon {
      width: .8rem;
      height: .8rem;
      background-size: .4rem .4rem;
    }
    
    .sustain .swiper-load .title {
      font-size: .32rem;
      margin-top: .2rem;
    }
    
    .module .banner {
      height: 5rem;
    }
    
    .module .box {
      width: 92%;
      padding-bottom: .8rem;
      margin-top: -.5rem;
    }
    
    .module .search .text {
      width: calc(100% - 1.2rem);
      height: 1rem;
      padding: 0 .3rem;
      font-size: .28rem;
    }
    
    .module .search .btn {
      width: 1.2rem;
      height: 1rem;
      background-size: .52rem .52rem;
    }
    
    .module .info {
      font-size: .28rem;
      margin-top: .6rem;
    }
    
    .module .tel {
      font-size: .28rem;
      margin: .4rem 0 .6rem;
    }
    
    .module .title {
      font-size: .36rem;
    }
    
    .module .pic {
      width: 4.5rem;
      margin-top: .2rem;
    }
    
    .module .result-main {
      margin: .4rem 0 .8rem;
    }
    
    .module .result {
      padding-bottom: .6rem;
    }
    
    .module .result .list {
      margin-top: .2rem;
    }
    
    .module .result .item {
      height: 1rem;
      margin-bottom: .2rem;
      padding: 0 .3rem;
      font-size: .28rem;
    }
    
    .module .result .num {
      max-width: 4rem;
    }
    
    .module .no-result {
      padding-bottom: .6rem;
    }
    
    .module .no-result .icon {
      width: 1.12rem;
      height: 1.12rem;
      background-size: .4rem .4rem;
      margin-top: .6rem;
    }
    
    .module .no-result h4 {
      font-size: .36rem;
      margin-top: .3rem;
    }
    
    .module .no-result .txt, .module .no-result .tips {
      font-size: .28rem;
      width: 100%;
      margin-top: .6rem;
    }
    
    .module .no-result a {
      width: 4.2rem;
      height: .8rem;
      font-size: .3rem;
      padding: 0 .6rem;
      margin-top: .6rem;
    }
    
    .module .no-result i {
      width: .48rem;
      height: .48rem;
    }
    
    .dealer {
      height: auto;
      padding: 1rem 0 1.6rem;
    }
    
    .dealer .main {
      width: 100%;
    }
    
    .dealer .title {
      font-size: .4rem;
    }
    
    .dealer .box {
      margin-top: .6rem;
    }
    
    .dealer .search .text {
      width: calc(100% - 1.2rem);
      height: 1rem;
      padding: 0 .3rem;
      font-size: .28rem;
    }
    
    .dealer .search .btn {
      width: 1.2rem;
      height: 1rem;
      background-size: .52rem .52rem;
    }
    
    .dealer .info {
      margin-top: .3rem;
      font-size: .28rem;
      width: 100%;
    }
    
    .dealer .info p {
      margin-bottom: .2rem;
    }
    
    .dealer .result {
      margin-top: .6rem;
    }
    
    .dealer .result h4 {
      font-size: .36rem;
    }
    
    .dealer .name {
      font-size: .5rem;
      margin-top: .6rem;
    }
    
    .dealer .no-result {
      margin-top: .6rem;
    }
    
    .dealer .no-result h4 {
      font-size: .36rem;
    }
    
    .dealer .no-result .txt {
      margin-top: .5rem;
    }
    
    .dealer .txt {
      font-size: .28rem;
    }
    
    .dealer a {
      width: 4.2rem;
      height: .8rem;
      font-size: .3rem;
      padding: 0 .6rem;
      margin-top: .6rem;
    }
    
    .dealer i {
      width: .48rem;
      height: .48rem;
    }

}
